|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectimageware.Display
public class Display
Class Display.
| Constructor Summary | |
|---|---|
Display()
|
|
| Method Summary | |
|---|---|
static void |
show(java.lang.String title,
ImageWare ds)
Shows a imageware with a specifc title. |
static void |
show(java.lang.String title,
ImageWare ds,
double magnification)
Shows a imageware with a specifc title and with a specific magnification. |
static void |
showColor(java.lang.String title,
ImageWare red,
ImageWare green,
ImageWare blue)
Shows color image composed by three datasets with a specifc title. |
static void |
showColor(java.lang.String title,
ImageWare red,
ImageWare green,
ImageWare blue,
double magnification)
Shows color image composed by three datasets with a specifc title and with a specific magnification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Display()
| Method Detail |
|---|
public static void show(java.lang.String title,
ImageWare ds)
title - a specific titleds - the imageware to be shown
public static void showColor(java.lang.String title,
ImageWare red,
ImageWare green,
ImageWare blue)
title - a specific titlered - the imageware to be shown in the red channelgreen - the imageware to be shown in the green channelblue - the imageware to be shown in the blue channel
public static void show(java.lang.String title,
ImageWare ds,
double magnification)
title - a specific titleds - the imageware to be shownmagnification - zoom factor
public static void showColor(java.lang.String title,
ImageWare red,
ImageWare green,
ImageWare blue,
double magnification)
title - a specific titlered - the imageware to be shown in the red channelgreen - the imageware to be shown in the green channelblue - the imageware to be shown in the blue channelmagnification - zoom factor
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||